From 8f61f1616a4d34f2e17728c229f922f2d60d614c Mon Sep 17 00:00:00 2001 From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:40:40 +0700 Subject: [PATCH] luci-theme-bootstrap: zone-forwards wrap Signed-off-by: Jyn --- .../htdocs/luci-static/bootstrap/cascade.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index cad9b389b6..8e405279d5 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1856,12 +1856,13 @@ body.modal-overlay-active #modal_overlay { .zone-forwards { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; } .zone-forwards > * { flex: 1 1 40%; padding: 1px; + text-wrap: auto; } .zone-forwards > span { -- 2.30.2